xm dump command add on
authorroot@procyon <root@procyon>
Thu, 14 Sep 2006 07:19:38 +0000 (08:19 +0100)
committerroot@procyon <root@procyon>
Thu, 14 Sep 2006 07:19:38 +0000 (08:19 +0100)
commit34e0159ce18a1c53dd0eb1b851876ed91d3354b1
tree74931bcb67b0e34c89703762a1620d9ab72d8762
parent9054dbd238a18e60d788b30f8f16d43af9a053bf
xm dump command add on

xm dump-core [-L|--live][-C| --crash] <domID> [output path]

-L| --live Live dump:
        By default, xm dump does an xm pause, unpause before and
        after taking the dump, respectively.  This option disables
        the pause/unpause and simply takes the dump.

-C :| --crash crash dump:
        This executes an xm destroy after the dump file is complete.

The output path is optional, and if it is not specified, the path will be
/var/xen/dump/<domU name>.<domU ID>.core

This command uses the existant dumpCore(), which has been used for
coredump when a domU crashed.

Signed-off-by: Ken Hironaka <hironaka.ken@soft.fujitsu.com>
Signed-off-by: Akio Takebe <takebe_akio@jp.fujitsu.com>
tools/python/xen/xend/XendDomain.py
tools/python/xen/xend/XendDomainInfo.py
tools/python/xen/xm/main.py